<#
	#   It is recommended to test the script on a local machine for its purpose and effects. 
	#   ManageEngine Endpoint Central will not be responsible for any 
	#   damage/loss to the data/setup based on the behavior of the script.

	#   Description: Script to Enable Windows optional feature
	#   Parameters: "Feature Name"
	#   Configuration Type - Computer
#>

Enable-WindowsOptionalFeature -FeatureName $args[0] -Online -NoRestart